/*
 Theme Name:   Datavision Chile
 Theme URI:    http://wordpress.com
 Description:  Child Theme for Datavision
 Author:       Jason Nugent
 Author URI:   
 Template:     datavision
 Version:      1.0.6
 Text Domain:  datavision-child
*/

/* Helpers  */
.left {	float: left; }
.right { float: right; }

.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

.bold { font-weight: bold; }
.bolder { font-weight: 900; }
.nobold { font-weight: normal; }
.italic { font-style: italic; }

.biggererest { font-size: 400%; }
.biggererer { font-size: 350%; }
.biggerest { font-size: 300%; }
.biggest { font-size: 250%; }
.biggerer { font-size: 200%; }
.bigger { font-size: 150%; }
.big { font-size: 120%; }
.small { font-size: 90%; }
.smaller { font-size: 80%; }
.smallerer { font-size: 70%; }
.smallest { font-size: 65%; }
.smallerest { font-size: 60%; }
.evensmaller { font-size: 50%; }

.white { color: #fff !important; }
.gray { color: #95a5a6; }
.orange { color: #F9423A; }
a.orange:hover { color: #DB3734; }
.blue { color: #007bff; }
a.blue:hover { color: #005BBC; }

.width40 {	width: 40%; }
.width50 {	width: 50%; }

.vert-align-parent { display: table; height: 100%; }
.vert-align-element { display: table-cell; vertical-align: middle; }

/* Streaming page */

.streaming-intro-block {
    text-align: center;
    margin-bottom: 25px;
}

.streaming-intro-icon {
    max-width: 100px;
    width:  100%;
    margin: 0 auto;
}

.streaming-options-text {
    width:  100%;
    padding-top: 15px;
}

.well {
    padding: 15px;
    background-color: #f1f1f1;
    margin-bottom: 25px;
}

a.well-link {
    display: block;
    color: inherit;
    /*height: 100%;*/
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

a.well-link:hover {
    background-color: #fff;
    color: #444;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);;
}

.ott-menu {
    background-color: #f1f1f1;
}

a.nav-link.active {
    background-color: rgba(0,0,0,0.03);
    color: #aaa;
}

a.nav-link:hover {
    background-color: rgba(0,0,0,0.08);
}

/* Big call button */
.big-call-btn {
    border-radius: 15px 15px 15px 0;
    background-color: #95a5a6;
    margin-bottom: 25px;
    overflow: hidden;
    color:  #fff;
}

.big-call-btn .cta-title {
    transition: all 0.5s ease;
}

.cta-title {
    font-size: 290%;
    line-height: 1.2;
    text-shadow: 20px 20px 8px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    color:  #fff;
}

@media (max-width: 574px) {
    .cta-title {
        font-size: 180%;
    }
}

.big-call-img {
    height: 100%;
    width: 30%;
    // float: left;
    background-size: cover;
    background-position: center center;
    content: " ";
}

.big-call-text {
    width: 70%;
}

@media (max-width: 796px) {
    .big-call-img {
        width: 0%;
    }
}

.big-call-text, .big-call-img {
    // float: left;
    padding: 20px 35px 35px;
}

.big-call-btn {
    box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.1);
}

.big-call-btn a {
    background-color: rgba(0,0,0,0.3);
    transition: all 0.5s ease;
    display: block;
    width: 100%;
}

.big-call-btn a:hover {
    background-color: rgba(0,0,0,0.5);
}

.big-call-btn a:active {
    background-color: rgba(0,0,0,0.7);
}

.big-call-btn a:hover .cta-title {
    text-shadow: 3px 3px 1px rgba(0,0,0,0.3);
} 

/* Philo */

.philo-addon-block {
    background-color: #fff;
    border-radius: 10px; 
    padding: 20px;
    margin:  25px 0;
}

.p-addon-inner {
    max-width: 750px;
    margin:  0 auto;
}

.p-addon-header {
    /*padding: 20px 15px;*/
    /*max-width: 650px;*/
    margin: 5px auto;
}

.p-addon-text {
    font-size: 26px;
    color: gray;
}

.p-addon-header-text {
    /*float: left;*/
    padding: 5px 15px;
}

.philo-addon-logo {
    max-height: 50px;
    float: left;
    filter: invert(1);
}

.p-addon-icons {
    max-width: 350px;
    margin: 15px auto;
}

.p-channel-icon-dark {
    background-color: #365d77;
    padding:  10px;
    border-radius: .5em;
    max-width: 97px;
    margin: 0 auto 10px;
}

.p-channel-icon-dark img {
    width: 77px;
    max-width: 100%;
}

/* Ott Channel Item */

.ott-channel-item {
    max-width: 100px;
    float: left;
}

.ott-channel-icon {
    display: block;
    /*height: 50px;*/
    padding: 15px;
    min-height: auto;
    cursor: pointer;
    margin: 10px 0;
}

.ott-channel-icon:hover {
    /*background-color: rgba(0,0,0,0.02);*/
    /*box-shadow: 3px 3px 6px rgba(0,0,0,0.2);*/
    box-shadow: rgb(0 0 0 / 6%) 0px 20px 40px;
}

/* Services */

h1.page-header {
    margin-bottom: 25px;
    padding: 12px 0;
    color: #95a5a6;
    border-bottom: 2px solid #343a40;
    border-radius: calc(0.4rem - 1px) calc(0.4rem - 1px) 0 0;
}

.service-highlight-wrapper {
    padding: 15px 0;
    margin-bottom: 25px;
    text-align: center;
    color: $secondary;
}

.ott-channel-count {
    font-size: 68px;
    color: #95a5a6;
}

.service-well {
    padding: 15px 24px;
    margin: 10px 10px 10px 10px;
    background-color: #f1f1f1;
}

.service-highlight-title {
    font-size: 48px;
    font-weight: bolder;
    font-size: 300%;
}

.service-image-wrapper {
    padding: 25px 5%;
    text-align: center;
}

/* Package Tabs */

.package-tabs {
    margin: 0 auto;
}

.my-tab-links {
    text-align: center;
    margin:  0 auto;
    width: 421px;

}

.my-tab-link.blue {
    /*color: #007CBA;*/
}

.my-tab-link {
    padding: 10px 25px;
    border-radius: 9px 9px 0 0;
    display: block;
    float: left;
}

.my-tab-link.active {
    /*background-color: #F9423A;*/
    /*color: white;*/
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.my-tab-link:not(.active) {
    border-bottom: 1px solid #ccc;
    /*background-color: rgba(0,0,0,0.03);*/

}

.my-tab-link:not(.active):hover {
    background-color: rgba(0,0,0,0.05);
}